home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / LISP Related / LISP Goodies / About This Folder next >
Encoding:
Text File  |  1992-12-03  |  4.0 KB  |  67 lines  |  [TEXT/ttxt]

  1. About this Folder
  2.  
  3. This folder contains several updates to the 2.0 release of Macintosh Common Lisp (MCL), including a patch file from Apple and several user-contributed applications and utilities. The latest version of these and many other files are also available on the internet by anonymous ftp from cambridge.apple.com:/pub/MCL2/contrib/. If you are an MCL user, we welcome your contributions!
  4.  
  5. Macintosh Common Lisp is Apple's state-of-the-art development environment for creating Macintosh applications. Unlike static languages, MCL is a dynamic language, offering you a much more programmer-friendly, interactive, robust, and rapid development cycle. Your resulting code is compiled to native 680x0 machine code and can take advantage of all Mac toolbox traps and System 7 features. MCL is fully object-oriented, and includes a powerful high-level class library for dialogs, menus etc., plus automatic memory management, dynamic type-checking, incremental compilation, a sophisticated error condition system and debugger, fully programmable tools, online documentation, interactive interface builder and much, much more. The MCL 2.0 cd-rom includes over 100Mb of user-contributed code, applications, utilities, and documentations, plus extensive sources to MCL and its tools. For more information about ordering MCL 2.0, please contact APDA.
  6.  
  7. **************************
  8.  
  9. Almost all of the files in this folder are plain ASCII text files, and may be read with most text editors even if you do not own a copy of MCL.
  10.  
  11. DISCLAIMER: All files in this folder (except as noted) are not Apple's and are provided on an as-is basis. Apple makes no claim of ownership on contributed code - all copyright remains with the original authors. Apple has not necessarily tested any contributed code, and makes no guarantees about its functionality or usefulness.
  12.  
  13. Synopsis of folder contents:
  14.  
  15. Optimization techniques
  16.      An MS Word document explaining tips and tricks for writing efficient MCL
  17. code. Written by Ashok Khosla (Khosla Consulting).
  18. Answers to Freq Asked Q's
  19.      A collection of frequently asked questions and their answers, covering lisp 
  20.     in general (not just MCL).
  21. AV Parser
  22.     A flexible parser tool by Mark Johnson, Brown University.
  23. btree
  24.    Balanced avl btrees by Mark Tapia, U.Toronto.
  25. Cartier's Contribs
  26.    Guillaume Cartier's tools, including who-calls, extended-apropos, and 
  27.    Think C interfaces.
  28. defsys 5.0
  29.    A portable system definition facility, from Joachim H. Laubsch, HP
  30. GETA Browser v1.01
  31.    A graphical browser by Mathieu Lafourcade, GETA
  32. ift-icon-dialog-item.lisp
  33.    Adds icon dialog items to the interface builder toolkit.
  34. matts-utils-8Sept92
  35.    More than a dozen utilities from Matthew Cornell
  36. McCartney-library 1.1
  37.    Some utils from Paul McCartney (the other one) including file utils, 
  38.    3d graphics, plotting, etc.
  39. menu enhancements
  40.      Some menu enhancements from Mark Tapia, U.Toronto.
  41. oodls-of-utils
  42.      A large collection of Mac toolbox and user interface tools from Mike Engber, ILS.
  43. Optimization techniques
  44.      An MS Word document explaining tips and tricks for writing efficient MCL code.
  45. print-u.lisp
  46.     Printing (hardcopy) utilities from Mark Tapia, U.Toronto.
  47. rcs.lisp
  48.     A simple revision control system from David Neves, ILS.
  49. simple-window-example.lisp
  50.     A simple example of how to create a typical Macintosh window in MCL.
  51.     Uses CLOS (object-oriented programming). By Steve Strassmann, Apple
  52. sicn-dialog-items.lisp
  53.    SICN dialog items
  54. slot-value-using-class.lisp
  55.    SLOT-VALUE-USING-CLASS (a meta-object protocol extension to CLOS objects)
  56. styled-comments.lisp
  57.    converts comments in code to your preferred comment font. from Bob Kass, EDS
  58. undefine.lisp
  59.    undefine variables, functions, and methods. from Daniel LaLiberte, NCSA
  60. View-Extensions.lisp
  61.    extensions to user interface from Gordon Sawatzky, NRC Canada
  62. Wood
  63.    William's Object Oriented Database - a persistent object store for MCL 2.0
  64.    (preliminary, pre-beta version) from Bill St. Clair, Apple 
  65. Zebu 2.1
  66.    A kind of yacc (LALR parser) from Joachim H. Laubsch, HP
  67.